home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / LU.### < prev    next >
Text File  |  1985-01-21  |  1KB  |  24 lines

  1. COMMAND:  LU (Library Utility)                  DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Manipulates LBR type library files.
  4.  
  5. FORMAT:   LU [-option] [libraryfile] [filespec...]
  6.  
  7. TYPE:     Public domain software (Paul J. Homchick, One Radnor Sta. Suite 300,
  8.                                   Radnor, PA 19087)
  9.  
  10. REMARKS:  LU with no options displays a help screen. The options are:
  11.           L or T displays a list of the contents of the specified library.
  12.           A extracts all files from the specified library file with their
  13.             original datetime stamp and writes them to the current directory.
  14.           E extracts only the specified files from the library with their
  15.             original datetime stamp and writes them to the current directory.
  16.           U adds to or creates a new library file. Wildcard characters may be
  17.             used in the file list. The library directory date is updated.
  18.           D deletes the specified file from a library file.
  19.           R reorganizes a library by copying the active members of the old file
  20.             into a new file and removing unused space lost to deleted files.
  21.           S stamps the library file with the datetime stored in its directory.
  22.           The libraryfile extension LBR is assumed. See LUPC, the original
  23.           version of the routine which may work when LU does not.
  24.